github.com/klauspost/compress/flate.dictDecoder.availRead (method)

3 uses

	github.com/klauspost/compress/flate (current package)
		dict_decoder.go#L67: func (dd *dictDecoder) availRead() int {
		inflate.go#L670: 		if f.dict.availRead() > 0 {
		inflate.go#L675: 	} else if f.flushMode == partialFlush && f.dict.availRead() > 0 {